Export \ Import Calendar from PST and overwriting existing calendar

Hi All,

I'm doing export \ Import of data to Exchange 2013 using PST export \ Import..

I have a PST files with a Calendar and Contacts.

When I'm Importing the Calendar and Contacts the Import job creates a new calendar and a new contacts folder.

Can you tell me how can Import the data to the existing Calendar and contacts sections without creating new ones ?

Thanks

July 9th, 2015 11:34pm

Please post the complete and exact commands you're using to do this.
Free Windows Admin Tool Kit Click here and download it now
July 10th, 2015 12:14am

This the cmdlet

New-MailboxImportRequest USERID -targetRootFolder "#calendar#" -FilePath \\server\pst\user_cal.pst

July 10th, 2015 12:29am

So it's creating a Calendar folder under the Calendar folder, right?  That's what you're telling it to do.  Don't specify the -TargetRootFolder or specify the mailbox root.
Free Windows Admin Tool Kit Click here and download it now
July 10th, 2015 12:42am

 I got it to work using the cmdlet below:

New-MailboxImportRequest userid-FilePath \\server\pst\file.pst -IncludeFolders "calendar"

It simply only overwrites the existing cal

July 10th, 2015 1:28am

Yep, that's exactly what I told you.

Please feel free to mark my response as the answer or helpful as appropriate.

Free Windows Admin Tool Kit Click here and download it now
July 10th, 2015 2:03pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics